home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
-
- <!--
-
- DESCRIPTION: Dynamically writes the links associated with each keyword.
-
- NOTES:
-
- -->
-
-
-
- <HEAD>
-
- <SCRIPT LANGUAGE = "JavaScript1.2">
-
- function loadSheet()
-
- {
- var platForm = navigator.platform;
-
- if ((platForm == "Win32")) {
- var html = "<STYLE TYPE = 'text/javascript'>"
- html += "tags.P.FontFamily = 'helvetica, arial';"
- html += "tags.P.FontSize = '14px';"
- html += "tags.P.TextDecoration = 'none';"
- html += "tags.P.marginTop = '6';"
- html += "tags.P.marginBottom = '0';"
-
- html += "</STYLE>"
-
- }
-
- else if ((platForm == "MacPPC") || (platform == "Mac68k")) {
-
- var html = "<STYLE TYPE = 'text/javascript'>"
- html += "tags.P.FontFamily = 'helvetica, arial';"
- html += "tags.P.FontSize = '12px';"
- html += "tags.P.TextDecoration = 'none';"
- html += "tags.P.marginTop = '6';"
- html += "tags.P.marginBottom = '0';"
- html += "</STYLE>"
-
- }
-
- else {
-
- var html = "<STYLE TYPE = 'text/javascript'>"
- html += "tags.P.FontFamily = 'helvetica, arial';"
- html += "tags.P.FontSize = '12pt';"
- html += "tags.P.TextDecoration = 'none';"
- html += "tags.P.marginTop = '0';"
- html += "tags.P.marginBottom = '0';"
-
- html += "</STYLE>"
-
- }
-
- document.write(html);
-
- }
- </SCRIPT>
-
- <SCRIPT LANGUAGE = "JavaScript">
- loadSheet(navigator.platform);
- </SCRIPT>
-
-
-
-
- <SCRIPT LANGUAGE = "JavaScript1.2">
-
-
-
- document.open()
-
-
-
- document.write( "<BODY BGCOLOR = '#ffffff' LINK = '#000066' ALINK = '#000066' VLINK = '#000066'><P><B>Please select a topic:</B></P>" )
-
-
-
- for ( var i = top.ToolFrame.startIndex; i <= top.ToolFrame.stopIndex; i++ ) {
-
- var topicIndex = top.ToolFrame.topicIndices[ i ]
-
-
-
- document.write( "<P>" )
-
- document.write( top.ToolFrame.topicStrings[ topicIndex ].link( top.ToolFrame.linkNames[ i ] ) )
-
- document.write( "</P>" )
-
- }
-
-
-
- document.write( "</BODY>" )
-
-
-
- document.close()
-
-
-
- // Ping system to let know the Index topics page is displayed.
-
- top.SystemFrame.systemObj.idxTitlesUp()
-
-
-
- // Bind events to global event handlers.
-
- top.bindDocEvts( document )
-
-
-
- </SCRIPT>
-
-
-
- </HEAD>
-
-
-
- <BODY></BODY>
-
-